Skip to content

ci: enable LFS checkout and trim unsupported runtimes#75

Merged
tim-kos merged 6 commits intomainfrom
tim/ci-fix-matrix-lfs
Apr 28, 2026
Merged

ci: enable LFS checkout and trim unsupported runtimes#75
tim-kos merged 6 commits intomainfrom
tim/ci-fix-matrix-lfs

Conversation

@tim-kos
Copy link
Copy Markdown
Member

@tim-kos tim-kos commented Apr 28, 2026

Summary

Stabilize Ruby SDK CI by aligning the test matrix with supported runtimes and ensuring binary fixtures are pulled correctly.

Why

Recent failures began around the binary/LFS migration and impacted multiple runtime lanes. Historical run logs are expired (HTTP 410), but the failing lanes were largely non-MRI + older runtime coverage that is not required for the current gem support policy.

Changes

  • Use actions/checkout@v4 with lfs: true in both ci and e2e jobs.
  • Limit matrix to supported MRI versions: 3.1, 3.2, 3.3.
  • Remove 3.0, jruby, truffleruby from CI matrix.

Notes

The gemspec currently requires Ruby >= 3.0.0, but CI should reflect practical support and avoid unstable/unavailable lanes. If we want JRuby/Truffle support later, we can add dedicated pinned lanes with separate maintenance expectations.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.00%. Comparing base (9326edc) to head (c2f6768).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #75   +/-   ##
=======================================
  Coverage   99.00%   99.00%           
=======================================
  Files           9        9           
  Lines         302      302           
  Branches       39       39           
=======================================
  Hits          299      299           
  Misses          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 65e821ccab

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
@tim-kos tim-kos merged commit 9372cf4 into main Apr 28, 2026
4 checks passed
@tim-kos tim-kos deleted the tim/ci-fix-matrix-lfs branch April 28, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants